home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pcwrite1.arc / ED.HLP < prev    next >
Text File  |  1986-04-01  |  45KB  |  686 lines

  1. Esc: Help off, cancel.  F1: Help off, continue.  Arrows: Select a Help topic:   
  2. Basics          DOS commands    Footnotes       Merge: input    References      
  3. Auto-numbering  Dot lines I     Guide lines     Merge: template Ruler lines     
  4. Auto-reformat   Dot lines II    Headers/footers Merging steps   Scroll/jump     
  5. Char: foreign   Dot lines III   Locate cursor   Misc. stuff     Shareware       
  6. Char: math      Enhance text    Manual reformat Page breaks     Spaces/hyphens  
  7. Copy/move text  Enter text      Margins/tabs    Page layout     System/file     
  8. Cursor moves    File management Mark text       Printing        Windows         
  9. Delete text     Find/replace    Merging         Record keys     Glossary        
  10.                                                                                 
  11. B A S I C S                                          Loading a File and Exiting
  12. ┌────────────────────────────────────────────┐
  13. │ FILE OPERATIONS                            │ SEE ALSO:
  14. │ 1. Create or load a file   A>ED filename   │   CURSOR MOVES: Arrow keys
  15. │                                            │
  16. │ 2. Enter text              from keyboard   │   RULER LINES: format (margins)
  17. │                                            │
  18. │ 3. Save the text to disk   Press F1 F3     │   DOT LINES: format (printing)
  19. │                                            │
  20. │ 4. Edit the text           Bksp, Del, Ins  │   ENTERING TEXT: editing
  21. │                                            │
  22. │ 5. Close the file          Press F1 F2     │   MARKING: move, copy, delete
  23. │                                            │
  24. │ 6. Print the file          Press F1 F7     │   FIND/REPLACE: text or chars
  25. └────────────────────────────────────────────┘   
  26. D O S  C O M M A N D S                       Introduction to Computers and DOS
  27. Here are some DOS COMMANDS you may find useful. PC-Write has keystrokes for
  28. most of these file operations.  "A>" is the DOS prompt. See MANAGING FILES.
  29.  
  30.   FORMAT                                 │ RENAME
  31.    A>FORMAT B:                           │  A>RENAME oldname newname
  32.       formats diskette in drive B        │    renames "oldname" to "newname"
  33.                                          │
  34.   DIR                                    │ COPY
  35.    A:DIR B:                              │  A>COPY fromfile tofile
  36.       lists files in drive B             │    copies "fromfile" to "tofile"
  37.                                          │
  38.   TYPE                                   │ DEL
  39.    A:TYPE filename                       │  A>DEL filename
  40.       displays contents of "filename"    │    deletes the file "filename"
  41. F O O T N O T E S                                Formatting: Document Features
  42.  
  43. CREATE                                      │ EXAMPLE
  44. 1. Enter a footnote reference in the text.  │  In 1975 the urban population
  45.    Reference character is your choice.      │  of Venus [1] had not yet
  46.    Sequential numbering is an option.       │  materialized.
  47.       See AUTOMATIC NUMBERING.              │   .D
  48. 2. Enter the footnote text just after the   │  1. A warm, fragrant planet
  49.    paragraph containing the references.     │     covered with clouds.
  50. 3. Place one .D Dot line directly above     │   .D
  51.    and one directly below the footnote text.│      See DOT LINES.
  52.                                             │
  53. Footnote separator     .DH:text (or dashes) │   .DH:--------------------
  54. Footnote line spacing  .DM:number           │   .DM:2
  55. Send footnotes to file .DF:filename         │   .DF:B:NOTE.DOC
  56. M E R G E :  I N P U T   F I L E                                       Merging
  57. Create an INPUT FILE with PC-Write or export one from a data base program.
  58.  
  59. PC-Write accepts 3 Input file formats:  │ Here are some rules:
  60.                                         │
  61.  SEPARATE LINE    Each field on a       │ *  Every record must have the same
  62.                   separate line.        │    number of fields.
  63.                                         │ *  The Input file can have any
  64.  COMMA-SEPARATED  Each record on a line,│    number of records.
  65.                   each field separated  │ *  Maximum Input field length is 160.
  66.                   by a comma.           │ *  A field can be empty: In separate
  67.                                         │    line format, leave empty line. In
  68.  FIXED-LENGTH     Every field contains  │    comma-separated format, leave
  69.                   a fixed number of     │    extra comma. In fixed-length
  70.                   characters.           │    format, leave blanks.
  71. R E F E R E N C E S                              Formatting: Document Features
  72.  
  73. Enter references as Dot lines in your text file. The table of contents or index
  74. is created when you print. Each Dot line begins with an Alt G font character.
  75. ┌────────────────────────────────────┬────────────────────┬────────────────────┐
  76. │                                    │ TABLE OF CONTENTS  │       INDEX        │
  77. │ Name of file to send entries to....│  .KF:filename      │   .IF:filename     │
  78. │                                    │                    │                    │
  79. │ Text for entry.....................│  .K:entry          │   .I:entry         │
  80. │                                    │                    │                    │
  81. │ Change width of the entry..........│  .KW:number        │   .IW:number       │
  82. │                                    │                    │                    │
  83. │ Change space preceding entry.......│  .KX:entry         │   .IX:entry        │
  84. └────────────────────────────────────┴────────────────────┴────────────────────┘
  85.           See DOT LINES, GUIDE LINES.  Use DOS SORT to sort index files.
  86. A U T O M A T I C  N U M B E R I N G                                 Formatting
  87. Use automatic numbering for footnotes, lines, and outlines. You enter a
  88. NUMBERING SEQUENCE that is translated into a sequential series of numbers when
  89. you repage. See PAGE BREAKS.
  90.  
  91. Create a unique numbering sequence.   │ EXAMPLE
  92. Each member of the sequence contains: │ ( is the Alt N font character)
  93. 1. An Alt N font character () .      │ 1. Cats
  94. 2. A digit or letter.                 │ 1. Dogs
  95. 3. A symbol (anything but a digit     │ 1. Mice
  96.    or letter).                        │
  97.                                       │ becomes the following when you repage:
  98. When you REPAGE, the digit or letter  │ 1. Cats
  99. turns into a sequential number. The   │ 2. Dogs
  100. symbol remains the same.              │ 3. Mice
  101. D O T   L I N E S   I                                  Formatting: Page Layout
  102. Put each Dot line on its own line, preceded by Alt G.
  103. OPERATION                   DOT LINE  │ OPERATION                  DOT LINE
  104.  Blank lines to print       .E:number │  Footer lines, quit all    .FQ
  105.  Comment line               ..        │  Footer, extra left margin .XF:number
  106.  Entire text begin/end      .E        │  Footer, width for entry   .W:number
  107.  Entire text, begin         .EB       │  Footnote entry begin/end  .D
  108.  Entire text, end (quit)    .EQ       │  Footnote entry, begin     .DB
  109.  Entire text, reserve space .E:length │  Footnote entry, end       .DQ
  110.  Font, quit Regular font    .Q:letter │  Footnote file             .DF:filename
  111.  Font, start Regular font   .R:letter │  Footnote forced
  112.  Fonts, quit ALL fonts      .QQ       │     to bottom of page      .DD
  113.  Footer line, all pages     .F:text   │  Footnote header (fence)   .DH:text
  114.  Footer line, left pages    .FL:text  │  Footnote spacing          .DM:number
  115.  Footer line, right pages   .FR:text  │      Continued on DOT LINES II
  116. G U I D E   L I N E S                                                Formatting
  117.  
  118. Guide lines control formatting. Guide lines for editing are RULER LINES. Guide
  119. lines for printing are DOT LINES. All Guide lines begin with ALT G font charac-
  120. ter. Each Dot line begins with Alt G followed by a dot (period). Example:  .R:F
  121.  
  122. RULER LINES                    │ DOT LINES
  123. * Press F2 for Ruler line.     │  Page layout Help topics:
  124. * Text Layout options include: │
  125.    Centering                   │   AUTOMATIC REFORMATTING  MANUAL REFORMATTING
  126.    Justification               │   DOT LINES I, II, III    MARGINS/TABS
  127.    Margins                     │   ENHANCE TEXT            PAGE LAYOUT
  128.    Reformatting                │   FOOTNOTES               PRINTING
  129.    Tabs                        │   HEADERS/FOOTERS         REFERENCES
  130.  
  131. M E R G E   T E M P L A T E   F I L E                                  Merging
  132.   The TEMPLATE FILE has two parts. The INPUT TEMPLATE lists the fields for
  133.   the records in Input File at the top of the file. The OUTPUT TEMPLATE comes
  134.   next, containing the format for the letters, labels, etc.
  135.  
  136. INPUT TEMPLATE                           │ OUTPUT TEMPLATE
  137. *  List fields on separate lines, in the │ * Separate Input and Output templates
  138.    order they appear in the Input file.  │   with empty braces, { }. Add Dot
  139. *  Start list at the top of the file.    │   lines next, if you want them.
  140. *  Give each field a unique name.        │ * Type document, entering field names
  141. *  Enclose each field name in curly      │   in braces (no commas or colon/
  142.    braces. Include comma after a comma-  │   lengths) in appropriate places.
  143.    separated field name {name,}. Include │ * Use same field names as in Input
  144.    colon and field length after fixed-   │   template.
  145.    length field name {name:10}.          │ * You don't have to use all fields.
  146. R U L E R    L I N E S                               Formatting and Customizing
  147. F2 displays the default Ruler line from the edit control file (ED.DEF) and the
  148. Window/Ruler Menu. The DEFAULT RULER LINE is the last one in the edit control
  149. file. The CURRENT RULER LINE is the one that precedes the text. Here are some
  150. Ruler line options:
  151.  ┌────────────────────────────────────────────────────────────────────────────┐
  152.  │ Display/remove current Ruler line.                                F2       │
  153.  │ Append edited Ruler to control file; becomes default Ruler line.  F2 F3    │
  154.  │ Embed current Ruler into text; saved with file, doesn't print.    F2 F4    │
  155.  │ Make default Ruler the current Ruler (re-establishes it).         F2 F5    │
  156.  │ Read a Ruler from a control file.                                 F2 F6    │
  157.  │ Make the next Ruler line in the text the current Ruler.           F2 Grey+ │
  158.  │ Make the prior Ruler line in the text the current Ruler.          F2 Grey- │
  159.  └────────────────────────────────────────────────────────────────────────────┘
  160.   See MARGINS, WINDOWS, AUTO-REFORMAT, and PAGE LAYOUT for other Ruler options.
  161. A U T O M A T I C   R E F O R M A T T I N G                       Entering Text
  162. ┌────────────────────────────────────────┬─────────────────────────────────────┐
  163. │ TURN ON AUTOMATIC REFORMATTING  Shf F7 │ REFORMAT LEFT MARGIN                │
  164. │                                        │ 1. Change Ruler line margins (F2).  │
  165. │ REFORMATTING OPTIONS (in Ruler line)   │     Old "L" to "M", add new "L".    │
  166. │  center text                     C     │     Old "P" to "Q", add new "P".    │
  167. │  flush right                     F     │ 2. Press Shf F7 to turn on reform.  │
  168. │  justify                         J     │ 3. Begin typing.                    │
  169. │  force auto reformatting on      A     │                                     │
  170. │  force auto reformatting off     N     │ CONTROL REFORMATTING                │
  171. │                                        │  To keep a line or paragraph from   │
  172. │  Add above option letters to Ruler     │  reformatting, end each line/para.  │
  173. │  line.                                 │  with an Alt K font character.      │
  174. └────────────────────────────────────────┴─────────────────────────────────────┘
  175.                      See RULER LINES, MANUAL REFORMATTING.
  176. D O T   L I N E S   II                                  Formatting: Page Layout
  177. Put each Dot line on its own line, preceded by Alt G.
  178. OPERATION                  DOT LINE   │ OPERATION                  DOT LINE
  179.  Force text to left page   .PL:text   │  Included file,
  180.  Force text to right page  .PR:text   │     length to adjust to    .TL:length
  181.  Header line, all pages    .H:text    │  Index entry               .I:text
  182.  Header line, left pages   .HL:text   │  Index entry space         .IX:number
  183.  Header line, right pages  .HR:text   │  Index entry width         .IW:number
  184.  Header lines, quit all    .HQ        │  Index file name           .IF:filename
  185.  Header, extra left margin .XH:number │  Keyboard input            .U
  186.  Header, width of entry    .W:number  │  Keyboard input prompt     .U:prompt
  187.  Include file                         │  Length of page (11 ins)   .L:length
  188.     when printing          .T:filename│  Length of text body       .LB:length
  189.  Include unprocessed file             │  Length of .T/.TI file     .EL:length
  190.     (eg. graphics file)    .TI:file   │        Continued on DOT LINES III
  191. H E A D E R S  and  F O O T E R S                       Formatting: Page Layout
  192. Each of these Dot lines is preceded by an Alt G font character.
  193. PAGE LOCATION                            HEADERS           FOOTERS
  194.  all pages                                .H:text           .F:text         
  195.  left pages only                          .HL:text          .FL:text        
  196.  right pages only                         .HR:text          .FR:text        
  197.  width of header/footer, right margin             .W:number
  198. PAGE NUMBERS/POSITIONING                 EXAMPLE HEADER    EXAMPLE FOOTER
  199.  page numbers                             .H:$$$            .F:$$$          
  200.  blank line                               .HL:              .FR:            
  201.  flush left                               .H:text...        .FL:$$$...      
  202.  flush right                              .HL:...$$$        .FR:...text     
  203.  centered                                 .H:...text...     .F:...$$$...    
  204.  
  205.           See GUIDE LINES, DOT LINES. Footnotes are not footers.
  206. M E R G I N G    S T E P S                                             Merging
  207. START THE MERGE                         │ MERGE ONE RECORD AT A TIME
  208. 1. Create the Input file.               │ 1. Press Shf F2 then F7 to merge one
  209.                                         │    record.
  210. 2. Create the Template file.            │ 2. Press F5 to edit record if desired.
  211.                                         │ 3. Press F8 to send to Output file.
  212. 3. Start the merge by pressing Shf F2.  │ 4. Repeat above steps for all records.
  213.    Merge while in the Template file.    │    To skip a record, do not press F8.
  214.                                         │
  215. 4. Press F9 and type Input file name.   │ MERGE ALL RECORDS AUTOMATICALLY
  216.    Press F10 and type Output file name. │ 1. Press Shf F2, F10. F6 stops merge.
  217.    Type PRN to send directly to printer.│
  218. NOW:                                    │ After merging, you can edit Output
  219. Merge one at a time or automatically.   │ file, then print it.
  220.                  See MERGING, MERGE: INPUT, MERGE: TEMPLATE.
  221. S C R O L L I N G  and  J U M P I N G                   Traveling Around a File
  222. Think of the screen as a window that lets you view a portion of a file. If you
  223. scroll UP, the window moves up to view the text above. If you scroll DOWN, the
  224. window moves down to view text below.  You can also JUMP to places in the file.
  225. ┌──────────────────────────────────────┬───────────────────────────────────────┐
  226. │  SCROLL UP                           │ SCROLL HORIZONTALLY                   │
  227. │   line         PgUp                  │  right             Right Arrow        │
  228. │   paragraph    Ctl PgUp              │  left              Left Arrow         │
  229. │   window       Shf PgUp              │                                       │
  230. │                                      │ JUMP                                  │
  231. │  SCROLL DOWN                         │  top of file       Alt + or Shf Grey+ │
  232. │   line         PgDn                  │  bottom of file    Alt - or Shf Grey- │
  233. │   paragraph    Ctl PgDn              │  previous page     Shf Ctl PgUp       │
  234. │   window       Shf PgDn              │  next page         Shf Ctl PgDn       │
  235. └──────────────────────────────────────┴───────────────────────────────────────┘
  236. S P E C I A L  C H A R A C T E R S:  F O R E I G N                Entering Text
  237. Press first key, then ACCENT KEY, then second key to display character.
  238.  
  239. │  a Accent "   ä   │  a Accent `   à   │  a Accent ^   â   │  o Accent a   å  │
  240. │  A Accent "   Ä   │  e Accent `   è   │  e Accent ^   ê   │  A Accent o   Å  │
  241. │  e Accent "   ë   │  i Accent `   ì   │  i Accent ^   î   │                  │
  242. │  i Accent "   ï   │  o Accent `   ò   │  o Accent ^   ô   │  a Accent _   ª  │
  243. │  o Accent "   ö   │  u Accent `   ù   │  u Accent ^   û   │  o Accent _   º  │
  244. │  O Accent "   Ö   │                   │                   │                  │
  245. │  u Accent "   ü   │  a Accent '   á   │  c Accent ,   ç   │                  │
  246. │  U Accent "   Ü   │  E Accent '   É   │  C Accent ,   Ç   │  c Accent /   ¢  │
  247. │  y Accent "   ÿ   │  e Accent '   é   │  n Accent ~   ñ   │  - Accent L   £  │
  248. │                   │  i Accent '   í   │  N Accent ~   Ñ   │  = Accent Y   ¥  │
  249. │  a Accent e   æ   │  o Accent '   ó   │  ? Accent ?   ¿   │  t Accent P   ₧  │
  250. │  A Accent E   Æ   │  u Accent '   ú   │  ! Accent !   ¡   │  - Accent f   ƒ  │
  251. D O T   L I N E S   III                                 Formatting: Page Layout
  252. OPERATION                  DOT LINE   │ OPERATION                  DOT LINE
  253.  Line spacing (per inch)*  .S:length  │  Margin, extra left        .X:number
  254.  Line spacing  (single)*   .M:number  │  Output file               .O:filename
  255.  Margin bottom             .XB:length │  Page breaks, auto- off    .EN
  256.  Margin top                .XT:length │  Page breaks, auto- on     .EA
  257.  Margin, extra left margin            │  Page number footer        .F:$$$
  258.     left pages             .XL:number │  Page number, this page    .N:number
  259.  Margin, extra left margin            │  Page number header        .H:$$$
  260.     right pages            .XR:number │  Reformat protect begins   .-
  261.  Margin,                              │  Reformat protection ends  .+
  262.      extra footer margin   .XF:number │  Table of Contents entry   .K:text
  263.  Margin,                              │  Table of C. entry space   .KX:number
  264.      extra header margin   .XH:number │  Table of Contents file    .KF:filename
  265.  (* default setting)                  │  Table of Contents width   .KW:number
  266. L O C A T I N G  Y O U R  P L A C E                     Traveling Around a File
  267.  
  268. You can display the present CURSOR LOCATION or jump to a specific line, column,
  269. or page in a file. You can also set BOOKMARKS in a file to mark your location.
  270. ┌─────────────────────────────────────┬────────────────────────────────────────┐
  271. │CURSOR LOCATION                      │ BOOKMARKS                              │
  272. │ display               Shf F9        │  set first Bookmark       Ctl Home     │
  273. │ jump to line in file  Alt F9 F7     │  jump to first Bookmark   Ctl End      │
  274. │ jump to column        Alt F9 F8     │  set second Bookmark      Shf Ctl Home │
  275. │ jump to line on page  Alt F9 F9 F10 │  jump to second Bookmark  Shf Ctl End  │
  276. └─────────────────────────────────────┴────────────────────────────────────────┘
  277. When you press Shf F9, the Top Line reads:
  278.    Line x/xx in file. Column x/xx. Line x/xx on Page x/xx.
  279. When you press Alt F9, the Top Line reads:
  280.    F7:Line xx/xx in file.  F8:Column xx/xx.  F9:Line xx/xx on F10:Page xx/xx.  
  281. M I S C E L L A N E O U S   S T U F F                       Miscellaneous Stuff
  282. ┌──────────────────────────────────────┬───────────────────────────────────────┐
  283. │INSERT CURRENT FIND TEXT              │ MARK A PAIR OF SYMBOLS                │
  284. │ insert in file            Alt F4, F2 │  mark the next pair        Alt F4, F4 │
  285. │                                      │                                       │
  286. │WORD COUNT                            │ FIND NON-ASCII CHARACTERS             │
  287. │ number of bytes, characters,         │  includes font characters  Alt F4, F6 │
  288. │ letters, words in file    Alt F4, F3 │                                       │
  289. │                                      │ REPEAT LAST KEYSTROKE                 │
  290. │CONVERT WORDSTAR FILES                │  any text or command       Alt F4, F7 │
  291. │ remove high-order bits    Alt F4, F5 │                                       │
  292. │                             then F9  │ CONVERT DOT COMMANDS TO GUIDE LINES   │
  293. │                                      │  at beginning of file, press Ctl \    │
  294. └──────────────────────────────────────┴───────────────────────────────────────┘
  295.  
  296. S H A R E W A R E                                        Shareware Appendix
  297.  
  298.    Shareware is a  unique  marketing  approach.  Quicksoft encourages you to
  299.    freely  distribute unmodified copies of PC-Write.  You support Quicksoft 
  300.    and shareware by registering for support and by buying our manuals. As a
  301.    registered user, you can get a $25 commission for every new PC-Write user
  302.    who registers and gives us your registration number.
  303.  
  304. WHEN YOU GET YOUR REGISTRATION NUMBER:          │TO REGISTER:
  305.  Change front screen Registration # to your own.│ * Call 206/282-0452. Visa/MC.
  306.   * Press Shf F4, F2. Enter your registration #.│ * Complete Registration form
  307.  Change front screen message "Compliments of..."│   that appears when you press
  308.   * Press Shf F4, F3. Enter new message.        │   Shf F4, F5 in a new file.
  309.  Save changes to ED.EXE.                        │
  310.   * Press Shf F4, F4   (Use Shf F4 and F2, F3, F4 keys while editing any file.)
  311. S P E C I A L  C H A R A C T E R S:  M A T H                      Entering Text
  312. Press first key, then ACCENT KEY, then second key to display character.
  313.  
  314. │  1 Accent `   ░   │  a Accent /   α   │  f Accent /   φ   │  1 Accent 2   ½  │
  315. │  2 Accent `   ▒   │  b Accent /   ß   │  e Accent /   ε   │  1 Accent 4   ¼  │
  316. │  3 Accent `   ▓   │  g Accent /   Γ   │                   │  : Accent `   ÷  │
  317. │  4 Accent `   █   │  p Accent /   π   │  ! Accent `   ⁿ   │  / Accent `   √  │
  318. │  5 Accent `   ▄   │  S Accent /   Σ   │  # Accent `   ■   │  + Accent `   ±  │
  319. │  6 Accent `   ▌   │  s Accent /   σ   │  $ Accent `   ∞   │  . Accent `   ∙  │
  320. │  7 Accent `   ▐   │  m Accent /   µ   │  % Accent `   °   │                  │
  321. │  8 Accent `   ▀   │  t Accent /   τ   │  ^ Accent `   ∩   │  = Accent `   ≡  │
  322. │                   │  F Accent /   Φ   │  & Accent `   ·   │  ~ Accent `   ≈  │
  323. │  @ Accent `       │  h Accent /   Θ   │  * Accent `   ²   │                  │
  324. │  [ Accent `   ⌐   │  O Accent /   Ω   │  ( Accent `   ⌠   │  > Accent `   ≥  │
  325. │  ] Accent `   ¬   │  d Accent /   δ   │  ) Accent `   ⌡   │  < Accent `   ≤  │
  326. E N H A N C I N G   T E X T                                       Entering Text
  327.  
  328.   Press Alt plus one of the letters listed below to start and stop a font 
  329.   and/or enhancement. Repeat for each line. The default is Fast mode. For 
  330.   blocks or files, use .R:letter to start a font, .Q:letter to stop a font.
  331. ────────────────────────────────┬───────────────────────┬───────────────────────
  332. FONTS                           │SPECIAL FONTS          │ENHANCEMENTS
  333.  Alt C   Compressed           │ Alt H  Superscript  │ Alt B  Boldface
  334.  Alt E   Elite, fast          │ Alt L  Subscript    │ Alt D  Double wide
  335.  Alt F   Fast, pica (default) │ Alt I  Italics      │ Alt O  Overstrike
  336.  Alt P   Pica, quality        │ Alt J  Jade green   │ Alt S  Second strike
  337.  Alt Q   Quality mode, elite  │ Alt M  Marine blue  │ Alt U  Underline
  338.  Alt V   Variable             │ Alt R  Red          │ Alt W  Double under- 
  339.                                 │ Alt Y  Yellow       │              line
  340.                    See GUIDE LINES, PAGE LAYOUT, DOT LINES I.
  341. M A N U A L   R E F O R M A T T I N G                                Formatting
  342. ┌─────────────────────────────────────────┬────────────────────────────────────┐
  343. │ LEFT MARGIN                             │ RIGHT MARGIN                       │
  344. │  1. Mark text with............F3 or F6  │  Reformat paragraph with...F7      │
  345. │       or file with............Ctl F5    │                                    │
  346. │  2. Adjust first line with....Ins or Del│  Reformat text by:                 │
  347. │  3. Slide rest right with.....Shf Ins   │      marking text with......Ctl F5 │
  348. │  4. Slide rest left with......Shf Del   │      then reformat with.....F7     │
  349. │                                         │                                    │
  350. │ OPTIONS                                 │  To keep blocks of text or         │
  351. │  Center                      Shf F8     │  lines (addresses) from  being     │
  352. │  Flush right                 Ctl F8     │  reformatted, put the Guide lines  │
  353. │  Justify             ("J" in Ruler line)│  .- before and .+ after text.      │
  354. └─────────────────────────────────────────┴────────────────────────────────────┘
  355.            See RULER LINES, MARKING TEXT, AUTOMATIC REFORMATTING.
  356. P A G E  B R E A K S  and  R E P A G I N G              Formatting: Page Layout
  357. REPAGING inserts soft page break characters (Soft-Breaks) in a file so you can
  358. see where page breaks occur. (This is based on the page length.)
  359.  
  360. After a repage, you can adjust the         You can add Hard- and Soft-Breaks
  361. position of the page breaks in one of      directly, but Soft-Breaks may be
  362. the following ways:                        moved during repaging.
  363. *  Add or delete blank lines.              ┌───────────────────────────┐
  364. *  Enter hard page break characters        │ REPAGE          Alt F7    │
  365.    (Hard-Breaks) to force page breaks.     │ HARD-BREAK      Alt T     │
  366. *  Change the page length (default is 11   │ SOFT-BREAK      Shf Alt T │
  367.    inches) with a .L or .LB Dot line.      └───────────────────────────┘
  368. Now repage again.
  369.  
  370.          See LOCATING YOUR PLACE, DOT LINES, PAGE LAYOUT, PRINTING.
  371. S P A C E S   and   H Y P H E N S                       Altering, Entering Text
  372. ┌───────────────────────────────────────┬──────────────────────────────────────┐
  373. │ SPACE                  Space bar      │ LINE                   Enter         │
  374. │  Hard-Space            Ctl Space Bar  │  beneath cursor        Ctl N         │
  375. │  Soft-Space            Shf Ctl Space  │                                      │
  376. │  to right of cursor    Ins            │ TABS                   Ctl I         │
  377. │  repeat (for column)   Shf Ins        │  convert tab chars     %T in ED.DEF  │
  378. │                                       │                                      │
  379. │ HYPHEN                 Hyphen (- key) │ PRINT SPACES    (Precede w/ Alt G)   │
  380. │  Hard-Hyphen           Ctl Hyphen     │  print n blank lines   .E:number     │
  381. │  Soft-Hyphen           Shf Ctl Hyphen │  multiple line spacing .M:number     │
  382. └───────────────────────────────────────┴──────────────────────────────────────┘
  383.     The normal hyphen is used for compound words and to divide words. The
  384.     Soft-Hyphen is conditional if at the end of a line. The Hard-Hyphenated
  385.     word will not be divided during reformatting and the hyphen always shows.
  386. C O P Y I N G   and   M O V I N G   T E X T              Editing Blocks of Text 
  387. ┌───────────────────────────────────────┬──────────────────────────────────────┐
  388. │ COPYING WITHIN A FILE                 │ MOVING BLOCKS                        │
  389. │  1. Mark text.                        │  1. Mark text                        │
  390. │      Activate marking with F3.        │     Activate marking with F6.        │
  391. │      Freeze marking with F3.          │     Freeze marking with F6.          │
  392. │  2. Position cursor.                  │  2. Position cursor.                 │
  393. │  3. Press F3.                         │  3. Press F6.                        │
  394. │  4. Press F5.                         │  4. Press F5.                        │
  395. │                                       │                                      │
  396. │ COPYING TO A FILE                     │ MOVING CHARACTERS                    │
  397. │  1. Mark text.   (See Step 1. above.) │  Transpose character left   Shf Bksp │
  398. │  2. Press Ctl F6.                     │  Transpose character right  Shf Esc  │
  399. │  3. Type in file name, press Enter.   │                                      │
  400. └───────────────────────────────────────┴──────────────────────────────────────┘
  401. E N T E R I N G   T E X T                                        Entering Text
  402. ┌──────────────────────────────────┬────────────────────────────┬──────────────┐
  403. │ TEXT                             │ Press                      │Top Line reads│
  404. │ to enter letters and numbers.....│ letter or number keys      │              │
  405. │ to display accented characters...│ key, Accent key, key       │    ACCENT    │
  406. │ to display special characters....│ Alt plus keypad number keys│              │
  407. │                                  │                            │              │
  408. │ MODES                            │                            │              │
  409. │ to insert text, push existing    │                            │              │
  410. │   text to the right............. │ default                    │     Push     │
  411. │ to insert/overwrite existing text│ Scroll Lock  (Push/Over)   │     Over     │
  412. │ to type all capital letters......│ Caps Lock     (on/off)     │   Ocap/Pcap  │
  413. └──────────────────────────────────┴────────────────────────────┴──────────────┘
  414. Options: Record temporary keystrokes with Ctl @ (begin/end), Grey* to play back.
  415.          Record in control file (ED.DEF); use Numbers Mode,  Alt F3.
  416. M A R G I N S   and   T A B S                           Formatting: Text Layout
  417.  
  418.          Press F2 to bring up Ruler line and type letter for setting.
  419.  
  420. L---T---T1----+----2----T----3--T-+----4T---+---T5----+-T--6----T----7--T-+---R
  421. ┌─────────────────────────┬──────────────────────────────┬─────────────────────┐
  422. │ LEFT MARGIN             │ BETWEEN MARGINS              │ RIGHT MARGIN        │
  423. │  L  Left margin         │  A   Auto-reformat always ON │  C  Center text     │
  424. │  M  Old left margin     │  B   Bell ring               │  F  Flush right     │
  425. │  P  Paragraph margin    │  D   Decimal tab             │  J  Justify right   │
  426. │  Q  Old paragraph margin│  N   Auto-reform. always  OFF│  R  Ragged right    │
  427. │                         │  T   Tab stop                │                     │
  428. ├─────────────────────────┴──────────────────────────────┴─────────────────────┤
  429. │  TEMPORARY MARGINS         CTL [  Paragraph (& left)      CTL ]  Right       │
  430. └──────────────────────────────────────────────────────────────────────────────┘
  431. P A G E   L A Y O U T                                               Formatting
  432.  Put these Dot lines in the text file to control printing of pages.
  433.  Put Alt G before each Dot line:       ┌───────────Sample letter───────────────┐
  434.  .L:length*   Length of page (11")     │  .LB:72    body of text 72 lines      │
  435.  .LB:length*  Length of text body (10")│  .M:2      double spaced              │
  436.  .M:number    Multiple line spacing    │  .X:15     moves file right 15 spaces │
  437.  .N:number*   Number for this page     │  .XT:3     top margin, 3/6 or 1/2 inch│
  438.  .S:number    Number lines/inch (6)    │  .R:P      changes Fast to Pica font  │
  439.  .X:number*   Extra left margin        │ Text..................................│
  440.  .XL:number*  Extra margin, left pgs.  │  text here pushes these to next page: │
  441.  .XR:number*  Extra margin,right pgs.  │  .F:$$$    print page number next page│
  442.  .XB:number*  Bottom margin            │  .N:2      next page prints page "2"  │
  443.  .XT:length*  Top margin               └───────────────────────────────────────┘
  444.  ( * If Dot line at top of page, effective immediately. Elsewhere, next page.)
  445.  See GUIDE LINES, ENHANCING TEXT, DOT LINES, and PAGE BREAKS for more commands.
  446. S Y S T E M / F I L E   O P E R A T I O N S          Loading a File and Exiting
  447. These options allow you to SAVE and CLOSE your file and work between files.
  448.  
  449. ┌──────────────────────────────────────┬───────────────────────────────────────┐
  450. │SAVING                                │ DISPLAYING DIRECTORY                  │
  451. │ save text and resume editing.  F1 F3 │  display a directory of files.  F1 F8 │
  452. │ save text and exit to DOS.     F1 F2 │                                       │
  453. │ stop a save.                   F1 F9 │ PRINTING                              │
  454. │                                      │  print a file, then edit.       F1 F7 │
  455. │SWITCHING                             │                                       │
  456. │ switch to another file.        F1 F6 │ EXITING TEMPORARILY                   │
  457. │ switch the name of the file.   F1 F5 │  exit temporarily to DOS.       F1 F4 │
  458. ├──────────────────────────────────────┴───────────────────────────────────────┤
  459. │BETWEEN FILES  read in a file  Ctl F3    copy marked text to a file     Ctl F6│
  460. └──────────────────────────────────────────────────────────────────────────────┘
  461. C U R S O R   M O V E S                                 Traveling Around a File
  462. These editing commands move the cursor around the screen.
  463. LEFT                     │ RIGHT                    │ UP
  464.  character   LtArrow     │  character   RtArrow     │  line         UpArrow
  465.  screen edge Shf LtArrow │  screen edge Shf RtArrow │  screen top   Shf UpArrow
  466.  word        Ctl LtArrow │  word        Ctl RtArrow │  top of file  Alt +
  467.  margin      Home        │  margin      Shf End     │  window       Shf PgUp
  468.                          │                          │
  469. PREVIOUS                 │ NEXT                     │ DOWN
  470.  period  Shf Ctl LtArrow │  period  Shf Ctl RtArrow │  line         DnArrow
  471.  tab     Shf Tab         │  tab     Tab             │  scrn bottom  Shf DnArrow
  472.  para    Ctl PgUp        │  para    Ctl PgDn        │  end of file  Alt -
  473.  page    Shf Ctl PgUp    │  page    Shf Ctl PgDn    │  window       Shf PgDn
  474.  
  475. Press Shf F9 or Alt F9 for cursor location. See also SCROLLING and LOCATING.
  476. F I L E   M A N A G E M E N T                                    Managing Files
  477.  
  478.  These commands help you with your FILE HOUSEKEEPING. Use the Alt F1 Name/file 
  479.  Menu to do most of these jobs:
  480. ┌────────────────────────────────────────┬─────────────────────────────────────┐
  481. │ORGANIZE                                │ CHANGE DRIVE/PATH                   │
  482. │ add prefix to file names    Alt F1, F2 │  default disk drive      Alt F1, F3 │
  483. │ display directory           Alt F1, F8 │  current pathname        Alt F1, F4 │
  484. │ display extended directory,  A>ED.DIR  │                                     │
  485. │   add your own notes about files       │ COPY                                │
  486. │                                        │  to another file         Alt F1, F6 │
  487. │RENAME                                  │                                     │
  488. │ in memory                       F1, F5 │ DELETE                              │
  489. │ on disk                     Alt F1, F5 │  from disk               Alt F1, F7 │
  490. └────────────────────────────────────────┴─────────────────────────────────────┘
  491. M A R K I N G   T E X T                                  Editing Blocks of Text
  492.                                      ┌───────┬────────┬─────────────────┐
  493.   BLOCK                              │ Copy  │  Move  │ Delete          │
  494.     1. Begin marking with any of.....│  F3   │   F6   │   F4            │
  495.                                      │       │        │                 │
  496.     2. End marking with any of.......│  F3   │   F6   │   F4 (delete)   │
  497.                                      │       │        │                 │
  498.     3. Move cursor to new position.  │       │        │                 │
  499.                                      │       │        │                 │
  500.     4. Insert marked with............│  F3   │   F6   │   Ctl F4 (undo) │
  501.                                      │       │        │                 │
  502.     5. Un-mark text with ............│  F5   │   F5   │   F5            │
  503.   OPTIONS                            └───────┴────────┴─────────────────┘
  504.    Mark ENTIRE file                 Ctl F5        See COPY/MOVE, DOS COMMANDS
  505.    Un-delete last deletion          Ctl F4        DELETE TEXT, FILE MANAGEMENT.
  506. P R I N T I N G                                                        Printing
  507. ┌───────────────────────────────────────┬──────────────────────────────────────┐
  508. │START PRINTING                         │ KEYBOARD INPUT                       │
  509. │ from a file            F1, F7         │  in file         .U                  │
  510. │ from DOS               A>PR filename  │                  .U:prompt           │
  511. │                                       │  from DOS         A>PR <Enter>       │
  512. │CHANGING FILES                         │  from a file      F1, F7,            │
  513. │ output                 .O:filename    │                   delete file name,  │
  514. │ input                  .T:filename    │                   press Enter        │
  515. │ input (graphics)       .TI:filename   │                                      │
  516. │ length of input file   .TL:length     │ When you print the prompt "" appears.│
  517. │                                       │ *  Enter text or Dot lines.          │
  518. │                                       │ *  Press Esc when done.              │
  519. └───────────────────────────────────────┴──────────────────────────────────────┘
  520.    Dot lines start with Alt G; enter them in text file, each on a blank line.
  521. W I N D O W S                                                   Managing Files
  522.  
  523. WINDOWS are created with the RULER LINE. A Ruler line can be used to "split"
  524. the screen into two windows. You can display two portions of the same file or
  525. two different files on the screen.
  526. ┌──────────────────────────────────────┬───────────────────────────────────────┐
  527. │CREATE                                │ MOVE BETWEEN                          │
  528. │ 1. Place cursor in middle of screen. │  1. Press F2 to jump onto Ruler line. │
  529. │ 2. Press F2 to display Ruler line.   │  2. Press Up or Down Arrow to move    │
  530. │ 3. Press Up or Down Arrow to move    │     into the other window.            │
  531. │    into a window.                    │                                       │
  532. │ 4. Press F1 then F6 to name the      │                                       │
  533. │    second file you wish to display.  │                                       │
  534. └──────────────────────────────────────┴───────────────────────────────────────┘
  535.                        See SCROLLING/JUMPING, SYSTEM/FILE.
  536. D E L E T I N G   T E X T                                Editing Blocks of Text
  537. ┌──────────────────────────────────────┬──────────────────────────────────────┐
  538. │ CHARACTER OR SPACE                   │  BLOCK                               │
  539. │  under cursor          Del           │   mark begin/end    F4               │
  540. │  to the left           Bksp          │   delete            F4               │
  541. │                                      │   undo              Ctl F4           │
  542. │ WORD                                 │                                      │
  543. │  to the right          Ctl Esc       │  FILES:                              │
  544. │  to the left           Ctl Bksp      │   within a file    Alt F1 F7         │
  545. │                                      │   with DOS         A>DEL filename    │
  546. │ LINE                                 │                                      │
  547. │  entire line           Shf Ctl Enter │  Overwrite mode:                     │
  548. │  to start of line      Shf Ctl Bksp  │   type over text   Scroll lock       │
  549. │  to end of line        Ctl Enter     │                    (push/over mode)  │
  550. └──────────────────────────────────────┴──────────────────────────────────────┘
  551. F I N D   and   R E P L A C E                        Finding and Replacing Text
  552. ┌───────────────────────────────────┬──────────────────────────────────────────┐
  553. │SET FIND AND REPLACE TEXT          │ REPLACE                                  │
  554. │ 1. Press F9.                      │  replace once            F10             │
  555. │ 2. Insert chars/text to find.     │  swap find with replace  Ctl F10         │
  556. │ 3. Press F10.                     │  repeat replace          Alt F10 F9      │
  557. │ 4. Insert chars/text to replace.  │  un-replace              Alt F10 F10     │
  558. │                                   │                                          │
  559. │                                   │                                          │
  560. │SEARCH                             │ FIND/REPLACE WILD CARDS                  │
  561. │ forward once         Grey+        │  current Find text F2  symbol or blank F6│
  562. │ backward once        Grey-        │  marked text       F3  any character   F7│
  563. │ for next non-ASCII   Shf Ctl Grey*│  Hold text         F4  line boundary   F8│
  564. │ for next non-ASCII   Alt F4 F6    │  letter or number  F5                    │
  565. └───────────────────────────────────┴──────────────────────────────────────────┘
  566. M E R G I N G                                                         Merging
  567.  
  568.    Merging  is  the  process  of  COMBINING INFORMATION  in  one  file  with a
  569.    document in another  file  to  create a  series of new documents in a third
  570.    file. Common  applications include merging a file of  addresses with a form
  571.    letter to create "individualized" letters, creating labels and forms. Merge
  572.    files can also be constructed to prompt you for information when you merge.
  573.  ┌────────────────────────────────────────────────────────────────────────────┐
  574.  │ Here are the three files involved in a merge operation:                    │
  575.  │ * The Input File contains the information (records).                       │
  576.  │ * The Template File is the document that is combined with the Input file.  │
  577.  │ * The Output File contains the merged documents. You may print while you   │
  578.  │   merge using "PRN" as the Output file name (DOS won't process Dot lines)  │
  579.  └────────────────────────────────────────────────────────────────────────────┘
  580.            See MERGE: INPUT, MERGE: TEMPLATE, and MERGING STEPS.     
  581. R E C O R D I N G    K E Y S T R O K E S                          Entering Text
  582.  TEMPORARY KEYSTROKES                  │ PERMANENT KEYSTROKES
  583.   1. Menu for recording.    Alt F3     │  1. Load edit control file (ED.DEF).
  584.   2. Start recording.       Alt F3 F4  │  2. Turn Numbers mode on.   Alt F3 F6
  585.   3. Press keys to record.             │  3. Assign key.             Press key
  586.   4. Stop recording.        Alt F3 F4  │  4. Press key sequence.     Press keys
  587.                                        │  5. Turn Numbers mode off.  Ctl ^
  588.    Play back a sequence     Alt F3 F3  │  Play back key sequence     key
  589.                                        │  
  590.  OPTIONS                               │  NOTES
  591.    assign last recorded                │  * Read in modified editing file
  592.        sequence to a key    Alt F3 F2  │    (ED.DEF) before play back  F2 F6
  593.    unassign a key           Alt F3 F7  │  * Assigned key followed by ":"
  594.    record on/off            Ctl @      │     for instance: 104:93,435,105
  595.    play back sequence       Grey*      │  * Commands assigned to key  Alt F3 F5
  596. G L O S S A R Y  OF  T E R M S
  597. A>             The DOS prompt for the A: drive.
  598. Append         Means text will be ADDED to the end of file (not overwritten).
  599. ASCII code     Refers to the code assigned to each character/function.
  600. Characters     Letters, digits, special characters, and spaces.
  601. Default        Assumed setting unless indicated otherwise. Often shown in ( ).
  602. Dot lines      Commands executed at printing. Put Alt G before each Dot line.
  603. ED.DEF         The default edit control file. Contains default Ruler line.
  604. Esc            Press the Esc (escape) key to cancel commands, menus, or Help.
  605. Fonts          Typestyles and enhancements supported by PC-Write.
  606. Guide lines    Special command lines you can add to a file. Includes both Ruler
  607.                  and Dot lines.  All begin with the Alt G font character.
  608. Merge          Combining input with template files for labels, form letters...
  609. PR.DEF         The default print control file; the printer driver.
  610. Ruler lines    For formatting, margins/tabs, and windows. Default is in ED.DEF.
  611. E M P T Y
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. E M P T Y
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641. E M P T Y
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656. E M P T Y
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671. E M P T Y
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.                                                                                 
  683. 
  684.  
  685.  
  686.